Unified Requester
class UnifiedRequester(client: <ERROR CLASS>, serialFormat: StandardKtorSerialFormat)
Content copied to clipboard
Functions
create Standard Websocket Flow
Link copied to clipboard
encode Url Query Value
Link copied to clipboard
fun <T> encodeUrlQueryValue(serializationStrategy: SerializationStrategy<T>, value: T): String
Content copied to clipboard
uniget
Link copied to clipboard
suspend fun <ResultType> uniget(url: String, resultDeserializer: DeserializationStrategy<ResultType>): ResultType
Content copied to clipboard
unipost
Link copied to clipboard
suspend fun <BodyType, ResultType> unipost(url: String, bodyInfo: BodyPair<BodyType>, resultDeserializer: DeserializationStrategy<ResultType>): <ERROR CLASS>
Content copied to clipboard